Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
Catch::StringMaker< signed char[SZ]> Struct Template Reference

#include <catch.hpp>

Static Public Member Functions

static std::string convert (signed char const *str)
 

Detailed Description

template<int SZ>
struct Catch::StringMaker< signed char[SZ]>

Definition at line 1028 of file catch.hpp.

Member Function Documentation

template<int SZ>
static std::string Catch::StringMaker< signed char[SZ]>::convert ( signed char const *  str)
inlinestatic

Definition at line 1029 of file catch.hpp.

References Catch::Detail::stringify().

1029  {
1030  return ::Catch::Detail::stringify(std::string{ reinterpret_cast<char const *>(str) });
1031  }
std::string stringify(const T &e)
Definition: catch.hpp:955

The documentation for this struct was generated from the following file: